home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / Z-SQL-METHOD_ADVANCED.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.3 KB  |  40 lines

  1. Z SQL Method - Advanced: Manage advanced settings
  2.   
  3.     Description
  4.  
  5.         Manage the advanced settings such as caching and plugable
  6.         brains of a SQL method.
  7.         
  8.     Controls
  9.  
  10.         'ID' -- Indicates the id of the sql method.
  11.         
  12.         'Title' -- Allows you to specify the title of the sql method.
  13.         
  14.         'Maximum number of rows retrieved' -- Specify an upper limit
  15.         for the number of rows a sql method can retrieve. Setting this
  16.         option correctly (based on your specific environment) can
  17.         increase the execution time of the method.
  18.         
  19.         'Maximum number of results in the cache' -- Set the size of
  20.         the sql method cache.
  21.         
  22.         'Maximum time (seconds) to cache results' -- The time in
  23.         seconds that results are cached.  Setting to zero disables
  24.         caching.
  25.         
  26.     Rows returned from this method can be turned into 'Result
  27.     objects' that are instances of a class you can specify below.
  28.         
  29.         'Class name' -- Allows you to specify the name of the Python class. 
  30.         
  31.         'Class file' -- Allows you to specify the name of the Python
  32.         module that the class is defined in. The class file should
  33.         reside in the Zope 'Extensions' directory.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.